home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / binutils / testsuite / configure.in < prev    next >
Text File  |  1994-09-29  |  1KB  |  32 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. srctrigger="Makefile.in"
  7. srcname="DejaGnu"
  8.  
  9. configdirs="binutils-all"
  10.  
  11. # per-host:
  12.  
  13. # per-target:
  14.  
  15.     # this section is for all targets
  16. case "${target}" in
  17.        i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;;
  18.        *-*-lynx*)      target_makefile_frag=config/mt-lynx ;;
  19.        *-*-vxworks)    target_makefile_frag=config/mt-vxworks ;;
  20.        m68k*-*-aout*)  target_makefile_frag=config/mt-m68k ;;
  21.        m68k*-*-coff*)  target_makefile_frag=config/mt-m68k ;;
  22.        i960-*-nindy)   target_makefile_frag=config/mt-i960-nindy ;;
  23.        a29k-*-udi)     target_makefile_frag=config/mt-a29k-udi ;;
  24.        sparclite*-*-*) target_makefile_frag=config/mt-slite ;;
  25.        sparc-*-aout)   target_makefile_frag=config/mt-sparc-aout ;;
  26.        mips-*-ecoff)   target_makefile_frag=config/mt-mips-ecoff ;;
  27. esac
  28.  
  29. # post-target:
  30.  
  31.     # make local configuration file, using MAKE if one is specified.
  32.